test(server-nestjs): verrouille la parité d'émission projectMember + garde anti-consommateur fantôme - #2579
Draft
shikanime wants to merge 3 commits into
Draft
test(server-nestjs): verrouille la parité d'émission projectMember + garde anti-consommateur fantôme#2579shikanime wants to merge 3 commits into
shikanime wants to merge 3 commits into
Conversation
…e parity Signed-off-by: William Phetsinorath <william.phetsinorath-open@interieur.gouv.fr> Change-Id: Iecda25d80f34897d6c421615f94040536a6a6964
…er guard Signed-off-by: William Phetsinorath <william.phetsinorath-open@interieur.gouv.fr> Change-Id: Ib2a133a080641583d390f3dbbf7fd5fe6a6a6964
Open
10 tasks
Signed-off-by: William Phetsinorath <william.phetsinorath-open@interieur.gouv.fr> Change-Id: Ia0bba6241f9518c234ba6424e68e5f7b6a6a6964
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

5 New Issues
0 Fixed Issues
0 Accepted Issues
Issues liées
#2574
Quel est le comportement actuel ?
project-members.service.tsémetprojectMember.upsert/projectMember.deleteviaAppEventsService, mais aucun consommateur@OnEvent('projectMember.*')n'existe dans server-nestjs — les événements sont actuellement sans effet.Quel est le nouveau comportement ?
project-members.service.spec.ts: +68 lignes — verrouille l'émission aux bons appels (ajout/retrait de membre) et ajoute une garde négative documentée (référence MIGRATION-PARITY-MATRIX.md) qui échouera si un demi-migrateur ajoute un consommateur sans audit de parité.Spec verte sur Node 24.
Cette PR introduit-elle un breaking change ?
Non.
Autres informations
Écart latent documenté (pas de régression live) ; à résoudre au moment du cutover project-member.